-
Re: Need help on Checkbox if %Complete = 100% then Checkbox is Checked
Hi @David Chen Try this: =IF([%Complete]@row < 1, 0, IF([%Complete]@row = 1, 1)) Make sure you've formatted the %Complete column as percentages also. In the event that your percentage can go over …1 ·